home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / alter2.dir / 00001_Script_1 next >
Text File  |  1994-11-28  |  337b  |  16 lines

  1. on enterFrame
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   set lcl to [640, 641]
  4.   set rcl to [642,643]
  5.   set ucl to [638,639]
  6.   set dcl to [644,645]
  7.   set pnt to [646,647]
  8.   
  9.   set the cursor of sprite 1 to 0
  10.  set the cursor of sprite 2 to 0
  11.  set the cursor of sprite 3 to pnt
  12.   set the cursor of sprite 4 to pnt
  13.  
  14.   
  15. --  unLoadCast
  16. end